
/* -------------------------------------------------------------
	Vertical Menu items
 */
div.vert_menu a { display: block; float: none; }

div.vert_menu
{
	position: absolute;
	visibility: hidden;
	border: 1px solid #0a253a;
	white-space: nowrap;
	background-color: #129de8;	
}

div.vert_menu a, div.vert_menu a:active, div.vert_menu a:visited
{
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	white-space: nowrap;
	background-color: #129de8;
	background-image: url(../img/vert_menu_0.gif);
	background-repeat: repeat-x;
	background-color: #129de8;
	border-bottom: 1px solid #0b74ad;
	font-weight: bold;
}

div.vert_menu a:hover
{
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	white-space: nowrap;
	background-image: url(../img/vert_menu_1.gif);
	background-repeat: repeat-x;
	background-color: #2c2c2c;
	border-bottom: 1px solid #000000;
	font-weight: bold;
}

/* -------------------------------------------------------------
	Vertical Menu seperator
 */
div.menu_seperator a { display: block; float: none; }

div.menu_seperator
{
	background-image: url(../../img/menubg_vert.gif);
	background-repeat: repeat-x;
	background-color: #003152;
	
	border-bottom: 1px solid #092b46;
	
	padding: 5px 5px 5px 5px;
	
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	
	white-space: nowrap;
}

div.menu_seperator a, div.menu_seperator a:active, div.menu_seperator a:visited
{
	background-image: url(../../img/menubg_vert.gif);
	background-repeat: repeat-x;
	background-color: #003152;
	
	border-bottom: 1px solid #092b46;
	
	padding: 5px 5px 5px 5px;
	
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	
	white-space: nowrap;
}

div.menu_seperator a:hover
{
	background-image: url(../../img/menubg_vert.gif);
	background-repeat: repeat-x;
	background-color: #003152;
	
	border-bottom: 1px solid #092b46;
	
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	
	white-space: nowrap;
}
