@charset "utf-8";
/* CSS Document */
html {height:100%; width:100%;background:#535151;}
body  {font: 100% Arial, Helvetica, sans-serif; margin: 0; padding: 0;color:#535151;}
a:link {color: #FFF; text-decoration: none} 
a:visited {color: #FFF; text-decoration: none}  
a:hover {color: #606060 ! important; text-decoration: none}   
a:active {color: #606060; text-decoration: none; } 
/*full dropdown menu*/
.dropdown {color: #606060; margin:0px; font:75% Arial, Helvetica; float:left; padding-right:0px; }
/*image replacement dropdown menu - main*/
.dropdown dt#home {position: absolute; top:16px; left:0px; width:299px; height:35px; cursor:pointer; text-indent: -9999px; background:url(../../menu/menu.png) no-repeat; background-position:0px 0px;}
.dropdown dt#one-ddheader {position:absolute; top:16px; left:299px; width:114px; height:35px; cursor:pointer; text-indent: -9999px; background:url(../../menu/menu.png) no-repeat;background-position:-299px -35px;}
.dropdown dt#two-ddheader {position: absolute; top:16px; left:413px; width:82px; height:35px; cursor:pointer;text-indent: -9999px; background:url(../../menu/menu.png) no-repeat; background-position:-413px -35px;}
.dropdown dt#three-ddheader {position:absolute; top:16px; left:495px; width:104px; height:35px; cursor:pointer; text-indent:-9999px; background:url(../../menu/menu.png) no-repeat;background-position:-495px -35px;}
.dropdown dt#four-ddheader {position:absolute; top:16px; left:599px; width:268px; height:35px; cursor:pointer; text-indent:-9999px; background:url(../../menu/menu.png) no-repeat;background-position:-599px -35px;}
/*image replacement dropdown menu - Hover*/
.dropdown dt#one-ddheader:hover {background:url(../../menu/menu.png) no-repeat;	background-position:-299px 0px}
.dropdown dt#two-ddheader:hover {background:url(../../menu/menu.png) no-repeat;	background-position:-413px 0px;}
.dropdown dt#three-ddheader:hover {background:url(../../menu/menu.png) no-repeat;background-position:-495px 0px;}
.dropdown dt#four-ddheader:hover {background:url(../../menu/menu.png) no-repeat; background-position:-599px 0px;}
/*Dropdown Content - list*/
.dropdown dd#one-ddcontent {color:#606060; margin:0; padding:0; position:absolute; overflow:hidden; top:47px; left:299px; width:170px; height:43px; display:none; background:#fff; z-index:300;}
.dropdown dd#two-ddcontent {color: #606060; margin:0; padding:0; position:absolute; overflow:hidden; top:47px; left:413px; width:170px; height:43px; display:none; background:#fff; z-index:300;}
.dropdown ul#projects {color: #606060; margin: 0; padding: 0; width:200px; list-style:none; border-top:none;}
.dropdown ul#about {color: #606060; margin: 0; padding: 0; width:200px; list-style:none; border-top:none;}
.dropdown li {color: #606060; display:inline}
.dropdown ul a:link, .dropdown a:active, .dropdown a:visited {color: #606060 ! important; display:block; padding:1px; margin-left: 8px; text-decoration:none; width:194px}
.dropdown ul a:hover {color: #606060 ! important;background-color: #d5dcdf; }
.dropdown .underline {color: #606060; border-top:2px none ; }
/*Links working DT*/
.dropdown dt#home a{display:block; width:288px; left:0px; height: 25px; }
.dropdown dt#one-ddheader a{display:block; width:104px; height:20px;outline: none;}
.dropdown dt#two-ddheader a{display:block; left:413px; width:82px; height:20px;outline: none;}
.dropdown dt#three-ddheader a{display:block; width:104px; height:20px;outline: none;}
.dropdown dt#four-ddheader a{display:block; width:268px; height:20px;outline: none;}