/*
Author : Onextrapixel
URL: http://www.onextrapixel.com
*/



/*Drop Down Menu Styles*/
.linkbg{ background-image:url(../images/linkbg.jpg); width:964; height:57px;}
#ddmenu {margin: 0 auto;padding: 0;	 width:936px; }
	
#ddmenu li {float: left;list-style: none; margin:0px 3px 0px 3px; font: 12px Tahoma, Arial; color:#A9A9A9;}



/*My own Start*/

#ddmenu li.home a {	background:url(../images/homeoff.jpg) right no-repeat;	display: block;	 width:131px; height:57px;}
#ddmenu li.home a:hover { background:url(../images/homeon.jpg) right no-repeat; width:131px; height:57px;display: block;}

#ddmenu li.meet a {	background:url(../images/meet-brin-sher-off.jpg) right no-repeat;	display: block;		text-decoration: none;	color: #fff;	text-transform:uppercase;	white-space: nowrap;	text-align:center; width:160px; height:57px;}
#ddmenu li.meet a:hover { background:url(../images/meet-brin-sher-on.jpg) right no-repeat; width:160px; height:57px;}

#ddmenu li.books a {	background:url(../images/brians-bookoff.jpg) right no-repeat;	display: block;		text-decoration: none;	color: #fff;	text-transform:uppercase;	white-space: nowrap;	text-align:center; width:147px; height:57px;}
#ddmenu li.books a:hover { background:url(../images/brians-bookon.jpg) right no-repeat; width:147px; height:57px; display: block;}

#ddmenu li.work a {	background:url(../images/work-with-brian-off.jpg) right no-repeat;	display: block;	text-decoration: none;	color: #fff;text-transform:uppercase;	white-space: nowrap;text-align:center; width:169px; height:57px;}
#ddmenu li.work a:hover { background:url(../images/work-with-brian-on.jpg) right no-repeat; width:169px; height:57px;display: block;}

#ddmenu li.blog a {	background:url(../images/brian-blog-off.jpg) right no-repeat;display: block;text-decoration: none;color: #fff;text-transform:uppercase;	white-space: nowrap;	text-align:center; width:142px; height:57px;}
#ddmenu li.blog a:hover { background:url(../images/brian-blog-on.jpg) right no-repeat; width:142px; height:57px;display: block;}

#ddmenu li.contact a {	background:url(../images/contact-off.jpg) right no-repeat;	display: block;text-decoration: none;color: #fff;text-transform:uppercase;	white-space: nowrap;text-align:center; width:144px; height:57px;}
#ddmenu li.contact a:hover { background:url(../images/contact-on.jpg) right no-repeat; width:144px; height:57px;display: block;}


/*My own End*/

#ddmenu li ul {	margin: 5px 2px 0 2px;	position: absolute;visibility:hidden;	width:936px; left:160px; }
#ddmenu li ul li {display:inline; padding-left:1px; }

#ddmenu li ul li.meet1 a { background:#505152; height:30px;padding:3px 6px;display: inline;	 }
#ddmenu li ul li.meet1 a:hover {background:#252525;  height:30px;padding:3px 6px;display: inline;	}

#ddmenu li ul li.book2 a { background:#505152;  height:30px; padding:3px 6px;display: inline;	}
#ddmenu li ul li.book2 a:hover {  background:#252525;  height:30px;padding:3px 6px;display: inline;	}

#ddmenu li ul li.testimonials a { 	background-image: url(../images/testimonials-new-but1.jpg);background-repeat: no-repeat;background-position: left top;   width:102px; height:17px;}
#ddmenu li ul li.testimonials a:hover {background-image: url(../images/testimonials-new-but2.jpg);background-repeat: no-repeat;background-position:left top; width:102px;  height:17px;}

#ddmenu li ul li.tutorials a { 	background-image: url(../images/tutorials-new-but1.jpg);background-repeat: no-repeat;background-position: left top;   width:102px; height:17px;}
#ddmenu li ul li.tutorials a:hover {background-image: url(../images/tutorials-new-but2.jpg);background-repeat: no-repeat;background-position:left top; width:102px;  height:17px;}

#ddmenu li ul li.contact a { 	background-image: url(../images/contact-new-but1.jpg);background-repeat: no-repeat;background-position: left top;   width:102px; height:17px;}
#ddmenu li ul li.contact a:hover {background-image: url(../images/contact-new-but2.jpg);background-repeat: no-repeat;background-position:left top; width:102px;  height:17px;}


/*
#ddmenu li ul {		margin: 3px 0 0 10px;	padding: 0;	position: absolute;	visibility: hidden;	width:600px;}

#ddmenu li ul li {		display:inline;}

#ddmenu li ul li a {	width: auto;		background: url(../images/bottom-dotted.gif) right no-repeat;	display: inline;	color: #d9d9d9; 
	font-size: 10px;	padding: 3px 10px;}

#ddmenu li ul li a:hover {		background: #000 url(../images/bottom-dotted.gif) right no-repeat;	padding: 3px 10px;}
*/

