/* CSS Document */


div#mainmenu
{
	border-bottom:4px solid;
	float:right;
	margin-top:65px;
	margin-left: 10px;
	width:615px;
	z-index: 9999;
}

#jsddm
{
	margin: 0;
	padding: 0;
	list-style:none;
	height:29px;
	}
#jsddm ul{
	position:absolute;
	z-index: 30;
	}

#jsddm li
{
	float:left;
	height:29px;
}

#jsddm li a
{
	display:block;
	padding:0 20px;
	height:29px;
	line-height:26px;
	color:#333230;
	text-decoration:none;
	white-space: nowrap}

#jsddm li a:hover
{	
	background: #6d6d6d;
	color:#ffffff;}

#jsddm li ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top:1px solid #333;
	clear:both;}

#jsddm li ul li
{
	float: none;
	display: inline;}

#jsddm li ul li a
{
	width: auto;
	background: #6d6d6d;
	color: #fefefe;
	border-bottom:1px solid #333;
	width:100px;}

#jsddm li ul li a:hover
{
	background: #000000;}
	
/* Top menu Styling */

.home, .aboutus, .services, .projects, .contactus{
background: url(../images/menu-rightborder.jpg) right bottom no-repeat;
}