/* Main menu */
#mainMenu {
margin: 20px 0px 0px 0px;
}
#mainMenu ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
}
#mainMenu ul li a {
	font: normal bold 11px Verdana, Helvetica;
	color: #666;
	text-decoration: none;
}
li#nav_illustration a, li#nav_graphic a, li#nav_web a, li#nav_me a 
{background:url(../data/nav_illustration.gif) no-repeat; width:234px; height: 54px; text-indent: -999px; display: block;overflow:auto;}
li#nav_graphic a {background:url(../data/nav_graphic.gif) no-repeat;}
li#nav_web a {background:url(../data/nav_web.gif) no-repeat;}
li#nav_me a {background:url(../data/nav_me.gif) no-repeat;}

/* Section menu */
#sectionMenu {
	width: 593px;
	float: left;
	margin: 60px 0px 20px;
}
#sectionMenu h2 {
	display: none;
}
#sectionMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align:right;
}
#sectionMenu ul li {
	
	
	display: inline;
	margin-right: 8px;

}
#sectionMenu ul li a {
	font: normal normal 10px Verdana, Helvetica;
	color: #aaa;
	text-decoration: none;
	padding:3px 3px 4px;
	width:19px;
	height:19px;
	background:url(../data/dots.gif) 0 0 no-repeat;
	
}
#sectionMenu ul li a:hover {
	color: #aaa;
	background:url(../data/dots.gif) 0 -61px no-repeat;
}
#sectionMenu ul li a:visited {
	color: #ccc;
	background:url(../data/dots.gif) 0 -30px no-repeat;
}

