/**************** menu coding *****************/
#menu {
width: 100%;
/*background: #eee;*/
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
font: 14px/20px arial, helvetica, sans-serif;
display: block;
text-align:right;
/*border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;*/
margin: 0;
padding: 1px 2px;
}

#menu ul ul ul a
{
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
background-color: #4A7DAF;
text-align:left;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu .firsta {
color: #666666;
text-decoration: none;
}

#menu .firsta:hover {
color: #3399FF;
text-decoration:underline;
}

#menu a {
color: #DDDDDD;
/*background: #efefef;*/
text-decoration: none;
font-family:"Trebuchet MS", Arial;
	font-size:12px;
}

#menu a:hover {
color: #FFFFFF;
text-decoration:underline;
font-family:"Trebuchet MS", Arial;
	font-size:12px;
/*background: #fff;*/
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

.firstul
{
	background-image:url(../images/bullet1.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:15px;
}