.genericFont A {
	font-style:normal; font-variant:normal; font-weight:normal; font-size:10px; font-family:Verdana
}

A:link {font-style:normal; font-variant:normal; font-weight:bold; font-size:10px; font-family:Verdana; color: #CCCCCC; text-decoraton: none;}
A:hover {font-style:normal; font-variant:normal; font-weight:bold; font-size:10px; font-family:Verdana; color: #F9F2A6; text-decoraton: none;}
A:visited {font-style:normal; font-variant:normal; font-weight:bold; font-size:10px; font-family:Verdana; color: #CCCCCC; text-decoraton: none;}

/* Body */
BODY {
margin : 0 10 10 10; 
padding: 0px;
background-color : #666666;
color : #CCCCCC;
scrollbar-base-color: black; 
scrollbar-arrow-color: #808080;
scrollbar-shadow-color: #808080;
scrollbar-darkshadow-Color: black;
scrollbar-track-color: black; 
scrollbar-highlight-color: black;
scrollbar-3dlight-color: #808080; 
}

#chromemenu{
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 0px solid #BBB; /*main menu border and colour*/
width: 100%; /*main menu width*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font-style:normal; font-variant:normal; font-weight:normal; font-size:10px; font-family:Verdana
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #000000; /* Main menu Font colour*/
font-weight: bold;
/* main menu padding*/
text-decoration: none;
background: url('../Images/menudivider.gif') no-repeat center right; /*Theme Change here*/; 
padding-left:4px; padding-right:8px; padding-top:5px; padding-bottom:5px
}

#chromemenu ul li a:hover{
color: #F9F2A6; /* Main Menu Font Hover Colour*/
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*content: "v"; /*uncomment this line(remove /*) to use V for dropit sign*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #9E8C8B; /* Submenu border and bordercolour */
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
font:normal 10px Verdana; /* submenu font */
line-height:12px; /* submenu height */
z-index:100;
background-color: #D67A00; /* Submenu background colour, delete this line to make it transperant */
width: 125px; /* Submenu width */
visibility: hidden;
}

.dropmenudiv a{
width: 100%; /* Submenu items width */
display: block;
text-indent: 3px; /* Submenu items indent from left margin */
border-top: 1px solid #9E8C8B; /* Submenu cell top border and bordercolour*/
border-bottom: 1px solid #072C2E; /* Submenu cell bottom border and bordercolour*/
padding: 2px 0; /* Submain menu padding*/
text-decoration: none;
font-weight: bold;
color: black; /* Submenu font colour */
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #CB6400; /* Submenu background hover colour */
color: #F9F2A6; /* Submenu Hover Colour*/
}

.dropmenudiv a:visited{ /*Theme Change here*/
color: black; /* Submenu visited Colour*/
}


.buttonscontainer {width: 125px;}

.buttons a {color: #000000;
border: 1px solid;
background-color: #D67A00;
padding: 2px;
padding-left: 5px;
font: 10px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
border-color: #9E8C8B #9E8C8B #072C2E #9E8C8B;
display: block;
margin: 0px;
width: 100%;
text-align: left;}

.buttons a:hover {border: 1px solid;
padding: 2px;
padding-left: 5px;
background-color: #CB6400;
border-color: #9E8C8B #9E8C8B #072C2E #9E8C8B;
color: #F9F2A6;
text-decoration: none;}

.NavigationButton  {
font-family : "Verdana" ;  
font-size: 8pt; 
font-weight: bold; 
background: #D67A00;
border-top-width: 1px; border-top-style: solid; 
border-bottom-width: 1px; border-bottom-style: solid; 
border-right-width: 1px; border-right-style: solid; 
border-left-width: 1px; border-left-style: solid; 
border-color: #9E8C8B;
}


.PhotoTitle {font-style:normal; font-variant:normal; font-weight:bold; font-size:18px; font-family:Verdana; color: #D67A00; }