#navcontainer {
	width: 184px;
	text-align: right;
}

#navcontainer ul
{
	list-style-type: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 4px;
	margin-left: 0;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#navcontainer a
{
	display: block;
	padding: 5px;
	width: 163px;
	background-color: #EBEBEB;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #333333;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #FF9900;
	color: #000000;
	border: 1px solid #333333;
}
#navcontainerint {
	width: 184px;
	text-align: left;
}

#navcontainerint ul
{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 4px;
	margin-left: 0px;
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#navcontainerint a
{
	display: block;
	padding: 5px;
	width: 163px;
	background-color: #EBEBEB;
	border: 1px solid #0066CC;
	margin-bottom: 5px;
}

#navcontainerint a:link, #navlistint a:visited
{
	color: #0066CC;
	text-decoration: none;
}

#navcontainerint a:hover
{
	background-color: #0066CC;
	color: #FFFFFF;
	border: 1px solid #333333;
}

.menucontainer {
	width: 184px;
}
.main_menu {
	width: 184px;
	padding: 0;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.masmenu, .masmenu li ul{
	list-style-type: none;
	margin: 0;
	width: 184px;
	padding: 0;
}

.masmenu li{
	position: relative;
	padding: 0px;
}

.masmenu li a{
	background: white url(imagefiles/menugrey_bg.gif) repeat-x bottom left;
	color: #333333;
	display: block;
	width: auto;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 4px;
}

.masmenu li ul{ /*SUB MENU STYLE*/
	position: absolute;
	width: 204px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
	background-color: white;
}

.masmenu li ul li{
float: left;
}

.masmenu li ul a{
	width: 184px;
}

.masmenu .arrowdiv{
	position: absolute;
	right: 5px;
	background-color: transparent;
	background-image: url(imagefiles/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.masmenu li a:visited, .masmenu li a:active{
	color: #333333;
}

.masmenu li a:hover{
background-image: url(imagefiles/menuover_bg.gif);
}

.specialoffer{
	width: 180px;
	padding-left: 4px;
}

/* Holly Hack for IE \*/
* html .masmenu li { float: left; height: 1%; }
* html .masmenu li a { height: 1%; }
/* End */

