/*-----------------------------------------------------------------------------
Style Sheet for the Navigation Menu section

version : 1.0
moddification date : 31/5/2007
author : Giannis Tsevdos
tel: (+30) 210 6876608
email : Giannis.Tsevdos@intrasoft-intl.com
website : http://www.intrasoft-intl.com/
-----------------------------------------------------------------------------*/


/* =Left Side bar (Menu and PDF section)
-----------------------------------------------------------------------------*/
#leftsidebar {
	float: left;
	width: 163px;
	margin: 8px 0 0 3px;
}

#leftsidebar #menu {
	background: #ececec url(../images/menu_top.gif) no-repeat;
	border: 1px solid #bebdb1;
	border-width: 0 1px 1px 0;
}

#leftsidebar #menu ul {
	padding-top: 23px;
	color: #636563;
	font: 0.7em Arial, Verdana, Helvetica, sans-serif;
}

#leftsidebar #menu ul li {
	padding: 2px 0 2px 16px;
	text-transform: uppercase;
	font-weight: bold;
	background: #ececec url(../images/menu_seperator.gif) bottom left repeat-x;
	list-style-type: none;
}

#leftsidebar #menu ul li a {
	display: block;
	color: #636563;
	text-decoration : none;
}

#leftsidebar #menu ul li a:visited {
	
}

#leftsidebar #menu ul li a:hover {
	color: #319ace;
}

#leftsidebar #menu ul li a:active {

}

#leftsidebar #menu ul ul {
	padding: 0; /* Restores the default padding in case of multiple ul sub-menus.*/
	font-size: 1em;
}

#leftsidebar #menu ul ul li {
	padding: 0; /* Restores default padding.*/
	font-weight: normal;
	text-transform: none; /* Restores the default (lower case) text in menu elements.*/
	background: none;
	border-bottom: 1px solid #bebdb1;
}

#leftsidebar #menu ul ul li a {
	padding-left: 10px;
	display: block;
}

#leftsidebar #menu ul ul li a:visited {
	background: url(../images/menu_bullet_visited.gif) 3px center no-repeat;
}

#leftsidebar #menu ul ul li a:hover {
	color: #319ace;
	background: url(../images/menu_bullet.gif) 3px center no-repeat;
}

#leftsidebar #menu ul ul li a:active {

}

/* Style of ANY highlighted option in main navigation bar. */
#leftsidebar #menu ul li a.navselected {
	color: #319ace;
	font-weight: bold;
}

#leftsidebar #pdf {
	margin: 13px 0 0 3px;
}

#leftsidebar #pdf img {
	border: 1px solid #000;
	
}

#leftsidebar #pdf a {
	border-width: 1px 1px 1px 0;
}