ul#menu {
	text-align: center;
	letter-spacing: 0px;
	z-index: 99999999;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;
}
ul#menu, ul.submenu{
    margin: 0;
    padding: 0;
	color: #808285;
    list-style: none;
	z-index: 99999999;
}
ul#menu li{
    float: left;
}
/* hide the submenu */
li ul.submenu {
    display: none;
}
ul#menu li a{
    display: block;
    text-decoration: none;
}
ul#menu li.logo a{
	font-family: 'Gotham A', 'Gotham B'; font-weight: 500; font-style: normal; font-size:13px;
    display: block;
	border: 0px;
    text-decoration: none;
	height: 58px;
    color: #808285;
	width: 410px;
	padding: 0px 5px 0px 0px;
	text-align: left;
    background: #FFF;
    float:none;
}
ul#menu li.branding a{
	font-family: 'Gotham A', 'Gotham B'; font-weight: 500; font-style: normal; font-size:13px;
    display: block;
    text-decoration: none;
    color: #808285;
	padding: 29px 19px 15px 20px;
	text-align: center;
    background: #FFF;
    float:none;
}
ul#menu li.branding a:hover {
	font-family: 'Gotham A', 'Gotham B'; font-weight: 500; font-style: normal; font-size:13px;
    display: block;
    text-decoration: none;
    color: #808285;
	padding: 29px 19px 15px 20px;
	text-align: center;
    background: #FFF;
    float:none;
}
ul#menu li.branding ul.submenu a{
	font-family: 'Gotham A', 'Gotham B'; font-weight: 500; font-style: normal; font-size:11px;
    display: block;
    text-decoration: none;
	padding: 7px 15px;
    color: #FFF;
	text-align: center;
    background: #888; 
	opacity: 0.7;
	z-index: 99999999;
}
ul#menu li.photo a{
	font-family: 'Gotham A', 'Gotham B'; font-weight: 500; font-style: normal; font-size:13px;
    display: block;
    text-decoration: none;
    color: #808285;
	padding: 29px 19px 15px 22px;
	text-align: center;
    background: #FFF;
    float:none;
}
ul#menu li.photo a:hover {
	font-family: 'Gotham A', 'Gotham B'; font-weight: 500; font-style: normal; font-size:13px;
    display: block;
    text-decoration: none;
    color: #808285;
	padding: 29px 19px 15px 22px;
	text-align: center;
    background: #FFF;
    float:none;
}
ul#menu li.photo ul.submenu a{
	font-family: 'Gotham A', 'Gotham B'; font-weight: 500; font-style: normal; font-size:11px;
    display: block;
    text-decoration: none;
	padding: 7px 35px;
    color: #FFF;
	text-align: center;
    background: #888; 
	opacity: 0.7;
	z-index: 99999999;
}


ul#menu li.modelsnav a{
	font-family: 'Gotham A', 'Gotham B'; font-weight: 500; font-style: normal; font-size:13px;
    display: block;
    text-decoration: none;
    color: #808285;
	padding: 29px 20px 15px 21px;
	text-align: center;
    background: #FFF;
    float:none;
}
ul#menu li.modelsnav a:hover {
	font-family: 'Gotham A', 'Gotham B'; font-weight: 500; font-style: normal; font-size:13px;
    display: block;
    text-decoration: none;
    color: #808285;
	padding: 29px 20px 15px 21px;
	text-align: center;
    background: #FFF;
    float:none;
}
ul#menu li.modelsnav ul.submenu a{
	font-family: 'Gotham A', 'Gotham B'; font-weight: 500; font-style: normal; font-size:11px;
    display: block;
    text-decoration: none;
	padding: 7px 23px;
    color: #FFF;
	text-align: center;
    background: #888; 
	opacity: 0.7;
	z-index: 99999999;
}
ul#menu li.bio a{
	font-family: 'Gotham A', 'Gotham B'; font-weight: 500; font-style: normal; font-size:13px;
    display: block;
    text-decoration: none;
    color: #808285;
	padding: 29px 19px 15px 20px;
	text-align: center;
    background: #FFF;
    float:none;
}
ul#menu li.bio a:hover {
	font-family: 'Gotham A', 'Gotham B'; font-weight: 500; font-style: normal; font-size:13px;
    display: block;
    text-decoration: none;
    color: #808285;
	padding: 29px 19px 15px 20px;
	text-align: center;
    background: #FFF;
    float:none;
}
ul#menu li.contact a{
	font-family: 'Gotham A', 'Gotham B'; font-weight: 500; font-style: normal; font-size:13px;
    display: block;
    text-decoration: none;
    color: #808285;
    padding: 29px 0px 15px 17px;
	text-align: right;
    background: #FFF;
    float:none;
}
ul#menu li.contact a:hover {
	font-family: 'Gotham A', 'Gotham B'; font-weight: 500; font-style: normal; font-size:13px;
    display: block;
    text-decoration: none;
    color: #808285;
   padding: 29px 0px 0px 17px;
	text-align: right;
    background: #FFF;
    float:none;
}


/* show the submenu */
ul#menu li:hover ul.submenu{
    display: block;	
	z-index: 99999999;
	position: absolute;
}
ul#menu li:hover li,  ul#menu li:hover a {
    float: none;
}
ul#menu li:hover li a:hover {
    color: #FFF;
	background: #444;
	opacity: 1.0;
}