/*---------------------------------------------------+
| PHP-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2006 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
|----------------------------------------------------|

|----------------------------------------------------|
|####################################################|
|              Ana Menü CSS V1.0                     |
|----------------------------------------------------|
|  Yazar: KDK © 2007                                 |
|  E-Posta : kuzeyonline@gmail.com                   |
|  MSN : kdkx01@msn.com                              |
+---------------------------------------------------*/

.ana-menu {
text-decoration: none;
margin: 0px;
display: table;
background-color :#99CC00;
position :relative;
}

a.ana-menu {
	background-color :#000000;
	margin: 0px;
	display: table;
	width : 100%;
	font-family : Verdana;
	font : 11px;
	font-weight : bold;
	color : #FFFFFF;
	border: 1px solid #FFFFFF;
	text-decoration : none;
	position: relative;
	padding : 4px 6px 4px 6px;	
}
a:hover.ana-menu {
	background-color : #FFFFFF;
	margin: 0px;
	display: table;
	width : 100%;
	font-family : Verdana;
	font : 11px;
	font-weight : bold;
	color : #FF0000;
	border : 1px solid #99CC00;
	text-decoration : none;
	position: relative;
	padding : 4px 6px 4px 6px;
}
