#sitemenu
{
position:absolute;
top:32px;
margin-left:263px;
z-index:100;
}
.dmenu {
width:45px !important;
font-size:10px;
}

/* remove all the bullets, borders and padding from the default list styling */
.dmenu ul
{
float: left;
width:45px !important;
padding:0;
margin:0;
list-style-type:none;
list-style-image:none;
text-align: left;
}

.dmenu ul li
{
width:45px !important;
}

.dmenu ul ul
{
width:120px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.dmenu li
{
float:left;
width:120px;
position:relative;
}

.dmenu ul ul li
{
width:120px;
}

/* style the links for the top level */
.dmenu a, .dmenu a:visited
{
display:block;
font-size: 10px;
text-decoration:none;
color: #000000;
width:30px !important;
}

.dmenu ul ul a, .dmenu ul  ul a:visited
{
display:block;
font-size: 10px;
text-decoration:none;
color: #000000;
width:120px !important;
height:18px;
background: #D8DEE1;
padding-left:5px;
line-height:18px;
border: 1px solid #D8DEE1;
}

.dmenu ul ul ul a, .dmenu ul ul ul a:visited
{
width: 120px !important;
}


/* a hack so that IE5.5 faulty box model is corrected */
* html .dmenu ul ul a, * html .dmenu ul ul a:visited
{
width:120px;
border:1px solid;
}

/* style the second level background */
.dmenu ul ul a.drop, .dmenu ul ul a.drop:visited
{
background:#D8DEE1;
}

/* style the second level hover */
.dmenu ul ul a.drop:hover
{
background:#ffffff;
}

.dmenu ul ul :hover > a.drop
{
background:#ffffff;
}

/* style the third level background */
.dmenu ul ul ul a, .dmenu ul ul ul a:visited
{
background: #D8DEE1;
}

/* style the third level hover */
.dmenu ul ul ul a:hover
{
background: #ffffff;
}

. upmenu ul ul ul :hover > a
{
background: #ffffff;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.dmenu table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.dmenu ul ul
{
visibility:hidden;
position:absolute;
top:13px;
left:-3px;
width:120px;
}

* html .dmenu ul ul
{
top:0px !important;
left:-2px !important;
}

/* position the third level flyout menu */
.dmenu ul ul ul
{
left:128px;
top:0px;
width:120px;
}

/* position the third level flyout menu for a left flyout */
.dmenu ul ul ul.left
{
left:0px;
}


/* style the second level links */
.dmenu ul ul a, .dmenu ul ul a:visited
{
background: #D8DEE1;
color:#000000;
height:auto;
line-height:1em;
padding:3px 3px;
width:125px;
border: 1px solid #D8DEE1;
/* yet another hack for IE5.5 */
}

* html .dmenu ul ul a
{
font-size: 10px;
width:120px;
}


/* style the top level hover */
.dmenu a:hover
{
background:transparent !important;
}
.dmenu ul ul a:hover
{
color:#000000;
font-size: 10px;
background:#fff !important;
}

.dmenu :hover > a
{
color:#000000;
font-size: 10px;
}

.dmenu ul ul :hover > a
{
background:#ffffff;
}

/* make the second level visible when hover on first level list OR link */
.dmenu ul :hover ul
{
visibility:visible;
height:auto;
}

/* keep the third level hidden when you hover on first level list OR link */
.dmenu ul :hover ul ul
{
display:none;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.dmenu ul :hover ul :hover ul ul
{
display:none;
}

/* make the third level visible when you hover over second level list OR link */
.dmenu ul :hover ul :hover ul
{
display:block;
bottom:0;
}

/* make the fourth level visible when you hover over third level list OR link */
.dmenu ul :hover ul :hover ul :hover ul
{
display:block;
bottom:0;
}

* html .dmenu ul ul ul
{
left:128px !important;
top:-18px !important;
}

td.main {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 11px;
}

* html td.main {
	padding-top: 20px;
}

h1 {
	color: #005198;
	font-size: 16px;
}
