/*
	Copyright (c) Rahi Rahmat. All rights reserved
	http://www.raygirl.net
 
*/

/* Menu */
#menu{
	position:absolute;
	top:36px;
	left:183px;
	border:none;
	height: 58px;
	width: 636px;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}

#menu_contact{
	position:absolute;
	top:36px;
	left:736px;
	border:none;
	height: 56px;
	width: 123px;
	background-color: #FFFFFF;
	background-image: url(../images/contact.gif);
}

.mainmenu
{
	height: 15px;
	margin:0;
	font-size: 9px;
	font-weight:bold;
	color:#999999;
	width: 520px;
	float: left;
	border: 0px solid blue;
	padding-top: 22px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;

}

.mainmenu li
{
	padding-right: 20px;

}

.menu
{
	color: #333333;
	text-decoration: none;
}

.menu a:hover
{
	font-size: 12px;
	color: #CC0000;
}


.menuselected
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

.menuselected a:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

#dmenu {
	list-style:none;
	text-align: right;
	padding-right: 40px;
}


#dmenu ul+body {
	margin:0;
	padding:0;
	
}

#dmenu li {
	font-family: "Trebuchet MS";
	font-size: 12px;
	float:left;
list-style-type: none;
}

#dmenu li a span
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	font-size: 12px;
}

#dmenu li a:hover span
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
	color:#CC0000;
}


#dmenu ul li a  {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration:none;
	display:block;
	font-weight:normal;
}
#dmenu ul li a:hover{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#000000 !important;

	}
#dmenu li ul 
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	list-style-type:none;
	position:absolute;
	top: 32px;	
	text-align:left;

}

#dmenu li ul li
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding-right: 0;
	padding-top: 4px;
	margin-right: 0;
	padding-left: 11px;
	clear: both;
	width: 100%;
}

#dmenu li:hover ul , #dmenu li.over ul{
	display: block;
}
