﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/*---------------------------------------------------MAIN MENU----------------------------------------------------
------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------*/

.ul,li {
font-size:11px;
	
}
.top_menu ul
{
/*float:right;*/
padding:0px;
margin:0px;	
list-style-type: none;
background-image:url(images/bg_top_menu.jpg);
background-position:top left;
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;



}

/*Top level list items*/
.top_menu ul li{
	position: relative;
	display: inline;
	float:left;
	padding:0px;
	width:113px;
	text-align:center;
	padding:6px 0px 0px 0px;

/*background-color: #F3F3F3; overall menu background color*/
}

/*Top level menu link items style*/

div.top_menu ul li a.level1 {
	text-decoration:none;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
}

div.top_menu ul li a.level1:hover {
	color:#f74248;
}

div.top_menu ul li a.level1_selected {
	text-decoration:none;
	font-size:11px;
	color:#f74248;
	font-weight:bold;
	padding:0px 31px 0px 31px;
	font-family:Arial, Helvetica, sans-serif;

}

/*--------------------------------submenu----------------------------------*/	
/*1st sub level menu*/
div.top_menu ul li ul
{
left:0; /* how left prints the submenu... 0 ==> in the leftiest corner of parent*/
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
padding:0px;
margin:0px;	
background-color:#000000;
filter:alpha(opacity=80);
-moz-opacity:0.8;
background-image:none; !important; /* Mozilla only */
background-color: transparent !important;   /*Mozilla only */
background-position:top left; /*         IE only */          
/*background-repeat:no-repeat;      IE only */	
border: 1px solid #6b6b6b;


}

/*Sub level menu list items (undo style from Top level List Items)*/
div.top_menu ul li ul li{
display: list-item;
/*border: 1px solid #000000;*/
padding:0px;
margin:0px;	
text-align:left;
background-image:url(images/bg_mn.png) !important; /* Mozilla only */
background-color: transparent !important;   /*Mozilla only */
background-position:top left; /*         IE only */
background-repeat:repeat-y;
min-height:10px;
width:164px;
	font-family:Arial, Helvetica, sans-serif;
}



/* Sub level menu links style */
div.top_menu ul li ul li a
{
display: block;
width: 152px; /*width of sub menu levels*/
color: #ffffff;
text-decoration: none;
 padding:4px 0px 4px 12px;
/*padding: 1px 5px;*/
	font-family:Arial, Helvetica, sans-serif;

}

div.top_menu ul li ul li a:hover{
color:#ffffff;
background-color:#af2b30;  !important; 
background-color:#af2b30; 

}

/*Background image for top level menu list links */
div.top_menu .level1{
/*background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;*/
}

/*Background image for subsequent level menu list links */
div.top_menu .subfoldericon{
/*background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;*/
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .top_menu ul li { float: left; height: 1%; }
* html .top_menu ul li a { height: 1%; }
/* End */



/*All subsequent sub menu levels offset after 1st level sub menu */
.top_menu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}







/*div.top_menu div{
	float:left;
	padding:0px 6px 0px 6px;
}*/



