/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.smenu{
}
.smenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.smenu ul li {
	position: relative;
	display:block;
	float:left;
}
/*Top level menu link items style*/
.smenu ul li a {
	display: block;
	float:left;
	line-height:36px;
	text-decoration: none;
	vertical-align:bottom;
}
.smenu ul li a:hover {
}
/*1st sub level menu*/
.smenu ul li ul {
	left: 0;
	clear:both;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	z-index:100;
	width:175px;
	visibility: hidden;
	/*background-color:#df0418;*/
	background:#df0418 url(../images/sub_nav_bg.gif) repeat-x left bottom;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.smenu ul li ul li {
	clear:both;
	float:none;
/*	background-color:#df0418;*/
	vertical-align:middle;
	height:25px;
	line-height:25px;
}
/*All subsequent sub menu levels offset after 1st level sub menu */
.smenu ul li ul li ul {
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
	width:160px;
}
/* Sub level menu links style */
.smenu ul li ul li a {
	display: block;
	width: 160px; /*width of sub menu levels*/
	color:#FFF;
	text-decoration: none;
	padding: 0 0 0 8px;
	height:24px;
	line-height:24px;
	/*border-top:#e9505e 1px solid;*/
}
.smenu ul li ul li a:hover {
	background-color: #c00415;
	width: 160px;
	color: white;
}
/*Background image for top level menu list links */
.smenu .mainfoldericon {
	background: url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.smenu .subfoldericon {
	background: 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 .smenu ul li {
	float: left;
	height: 1%;
}
* html .smenu ul li a {
	height: 1%;
}
/* End */


#navexp{
	background:url(../images/nav_experience.gif) no-repeat 0px 0px;
	display:block;
	height:25px;
	line-height:25px;
	width:84px;
	text-indent:-9999px;
}
#navexp:hover {	background-position:0 -25px;}

.smenu li.active a{
	background-position:0 -25px !important;
	display:block;
}
