.menustyle{
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.menustyle ul{
	text-align: left;
	padding-top: 16px;
	list-style-type: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

.menustyle ul li{
	list-style-type: none;
	float: left;
	line-height: 35px;
	display: inline;
	margin-top: 14px;
}

.menustyle ul li a{
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	text-align: left;
}

.menustyle ul li a:hover{
	color: #00C0FF;
	text-decoration: none;
	background-image: url(../img/MenuItem_L.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.menustyle span {
	padding-right: 10px;
	padding-left: 10px;
}

.menustyle a:hover span  {
	background-image: url(../img/MenuItem_R.jpg);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-top: 12px;
	padding-bottom: 12px;
	display: inline;
}
* html .menustyle a:hover span{ /*IE only hack*/
	padding-top: 14px;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 1px;
	line-height:20px;
	z-index:100;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 0px;
	padding-left: 0px;
	left: 0px;
	margin-top: 4px;
	text-align: left;
	margin-left: 0px;
	text-transform: capitalize;
	background-color: #FFF;
	background-image: url(../img/MenuDropdown_BG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom: 1px solid #E5E5E5;
	padding-top: 10px;
	padding-bottom: 5px;
	max-width: 300px;
	min-width: 150px;
}
.dropmenudiv ul li a{
	width: auto;
	display: block;
	text-indent: 0px;
	text-decoration: none;
	color: #754C1E;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: left;
	list-style-type: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 6px 9px;
	margin: 0px;
	line-height: 16px;
}
.dropmenudiv ul li ul li  a{
	width: auto;
	display: block;
	text-indent: 0px;
	text-decoration: none;
	color: #714E26;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 21px;
	text-align: left;
	list-style-type: none;
	background-image: url(../img/bullet_blue.png);
	background-repeat: no-repeat;
	background-position: 11px 9px;
	margin: 0px;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	text-align: left;
}
.dropmenudiv ul li a:hover{
	display: block;
	clear: both;
	color: #000;
	text-decoration: none;
	background-color: #E1F9FF;
}
.dropmenudiv ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
