@charset "utf-8";
/* CSS Document */

div.menubar{
color :#000000;
background-color :#3C3C3C;
top:50px; 
left:2px;
width :100%;
height : 20px}

a.menu{
text-align : center;
font-family: Verdana;
font-style : normal ;
font-size : 7pt;
font-weight :bold;
color :#FFFFFF;
text-decoration : none;
background-image: url("Assets/Gray_BTN_sm.jpg");
padding :3px;
border-style : outset ;border-color :#000000 ;border-width :thin }

a.menu:hover{
color :#FFFFFF;
background-image: url("Assets/Gray_Hover_BTN_sm.jpg");
border-style :inset ;border-color :#F5D996 ;border-width :thin }

a.inbetween{
text-align : center;
font-family: Verdana;
font-style : normal ;
font-size : 7pt;
font-weight :bold;
color :#00FFFF;
text-decoration : none;
background-image: url("Assets/Gray_BTN_sm.jpg");
padding :3px;
border-style : outset ;border-color :#000000 ;border-width :thin }

a.inbetween:hover{
color :#00FFFF;
background-image: url("Assets/Gray_Hover_BTN_sm.jpg");
border-style :inset ;border-color :#F5D996 ;border-width :thin }

a.disabled{
cursor :default;
text-align : center;
font-family: Verdana;
font-style : normal ;
font-size : 7pt;
font-weight :bold;
color :#FFFF99;
text-decoration : none;
background-image: url("Assets/Gray_BTN_sm.jpg");
padding :3px;
border-style : outset ;border-color :#000000 ;border-width :thin }

a.dummy{
cursor :default;
text-align : center;
font-family: Verdana;
font-style : normal ;
font-size : 7pt;
font-weight :bold;
color :#FFFFFF;
text-decoration : none;
background-image: url("Assets/Gray_BTN_sm.jpg");
padding :3px;
border-style : outset ;border-color :#000000 ;border-width :thin }

div.sitemapCV{
color :#FFFF99
}

a.sitemap{
color :#FFFF99;
display: block;
width :14px;
height : 18px;
background-image: url("Assets/Sitemap-Icon.gif");
/*padding :2px;*/
border-style : inset ;border-color :#000000 ;border-width :thin;
border-style : outset ;border-color :#000000 ;border-width :thin }

a.sitemap:hover{
color :#FFFF99;
display: block;
width :14px;
height : 18px;
background-image: url("Assets/Sitemap-Icon.gif");
/*border-style :inset ;border-color :#FF0000 ;border-width :4px;
border-style :outset ;border-color :#FF0000 ;border-width :4px;*/
border:2px solid #FF0000;}

